home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 December / chip-cd_2006_12.zip / 12 / Pakiet internetowy / Klienci FTP / Fresh FTP 3.40 / freshftp.exe / install_script.iss
Text File  |  2006-11-04  |  3KB  |  55 lines

  1. ;InnoSetupVersion=5.1.2
  2.  
  3. [Setup]
  4. AppName=FreshWebmaster FreshFTP
  5. AppVerName=FreshFTP
  6. AppId=FreshWebmaster FreshFTP
  7. DefaultDirName={pf}\FreshWebmaster\FreshFTP
  8. DefaultGroupName=FreshWebmaster\FreshFTP
  9. UninstallDisplayIcon={app}\freshftp.exe
  10. OutputBaseFilename=frftp
  11. Compression=lzma
  12. LicenseFile=embedded\License.txt
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15.  
  16. [Files]
  17. Source: "{app}\freshftp.exe"; DestDir: "{app}"; Flags: ignoreversion 
  18. Source: "{app}\ffhelp.chm"; DestDir: "{app}"; Flags: ignoreversion 
  19. Source: "{app}\license.txt"; DestDir: "{app}"; 
  20. Source: "{app}\readme.txt"; DestDir: "{app}"; 
  21.  
  22. [Run]
  23. Filename: "{app}\readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent nowait
  24.  
  25. [Icons]
  26. Name: "{group}\FreshFTP"; Filename: "{app}\freshftp.exe"; WorkingDir: "{app}"; 
  27. Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; 
  28. Name: "{group}\Help - FreshFTP"; Filename: "{app}\ffhelp.chm"; 
  29. Name: "{group}\ReadMe - FreshFTP"; Filename: "{app}\readme.txt"; 
  30. Name: "{group}\Get Free Registration Code!!"; Filename: "{pf}\Internet Explorer\iexplore.exe"; Parameters: """http://www.freshwebmaster.com/register.html"""; IconFilename: "{pf}\Internet Explorer\iexplore.exe"; IconIndex: 1; 
  31. Name: "{userdesktop}\FreshFTP"; Filename: "{app}\freshftp.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  32. Name: "{userstartmenu}\FreshFTP"; Filename: "{app}\freshftp.exe"; WorkingDir: "{app}"; Tasks: startmenuicon; 
  33. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\FreshFTP"; Filename: "{app}\freshftp.exe"; WorkingDir: "{app}"; Tasks: quicklaunchicon; 
  34.  
  35. [Tasks]
  36. Name: "desktopicon"; Description: "Create a &Desktop icon"; GroupDescription: "Additional icons:"; 
  37. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  38. Name: "startmenuicon"; Description: "Create a &Start menu icon"; GroupDescription: "Additional icons:"; 
  39.  
  40. [CustomMessages]
  41. default.NameAndVersion=%1 version %2
  42. default.AdditionalIcons=Additional icons:
  43. default.CreateDesktopIcon=Create a &desktop icon
  44. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  45. default.ProgramOnTheWeb=%1 on the Web
  46. default.UninstallProgram=Uninstall %1
  47. default.LaunchProgram=Launch %1
  48. default.AssocFileExtension=&Associate %1 with the %2 file extension
  49. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  50.  
  51. [Languages]
  52. ; These files are stubs
  53. ; To achieve better results after recompilation, use the real language files
  54. Name: "default"; MessagesFile: "embedded\default.isl"; 
  55.